When the user clicks a button, link button, or image button control, the page is posted back to the server and

both the Click and Command events are raised

The main difference between buttons, link buttons, and image buttons is

the way the controls are displayed on a form

To set the focus to a specific control when a form is first displayed, you

set the DefaultFocus attribute for the form to the name of the control

You typically use the ListItem Collection Editor to add items to a list

if the list items won’t change

You can use -------------------- controls to design pages where only parts of a page are updated during postback

AJAX extension

To determine if an item in a drop down list is selected, you

test the list’s "SelectedValue" property

The difference between check box and radio button controls is that

only one radio button in a group can be checked at the same time

To set an access key for a web server control, you

use the AccessKey attribute of the control to specify the access key

Which of the following server controls is NOT commonly used in .NET applications?

HTML